doe_predict_enhanced Function

public function doe_predict_enhanced(mdl, x, alpha, residual_mse) result(pred)

Arguments

Type IntentOptional Attributes Name
class(doe_model), intent(in) :: mdl
real(kind=real64), intent(in), dimension(:,:) :: x
real(kind=real64), intent(in), optional :: alpha
real(kind=real64), intent(in), optional :: residual_mse

Return Value type(doe_prediction)